pub struct BarMappings(/* private fields */);
Expand description
A set of parsed BAR mappings.
Implementations§
Trait Implementations§
Source§impl Debug for BarMappings
impl Debug for BarMappings
Source§impl Default for BarMappings
impl Default for BarMappings
Source§fn default() -> BarMappings
fn default() -> BarMappings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BarMappings
impl RefUnwindSafe for BarMappings
impl Send for BarMappings
impl Sync for BarMappings
impl Unpin for BarMappings
impl UnwindSafe for BarMappings
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more