pub struct Aliases<'b, 'a: 'b> { /* private fields */ }
Expand description
Represents the /aliases
node with specific helper methods
Implementations§
Trait Implementations§
impl<'b, 'a: 'b> Copy for Aliases<'b, 'a>
Auto Trait Implementations§
impl<'b, 'a> Freeze for Aliases<'b, 'a>
impl<'b, 'a> RefUnwindSafe for Aliases<'b, 'a>
impl<'b, 'a> Send for Aliases<'b, 'a>
impl<'b, 'a> Sync for Aliases<'b, 'a>
impl<'b, 'a> Unpin for Aliases<'b, 'a>
impl<'b, 'a> UnwindSafe for Aliases<'b, 'a>
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