pub struct Owners { /* private fields */ }Expand description
Mappings of owners to path patterns
Implementations§
Trait Implementations§
impl StructuralPartialEq for Owners
Auto Trait Implementations§
impl Freeze for Owners
impl RefUnwindSafe for Owners
impl Send for Owners
impl Sync for Owners
impl Unpin for Owners
impl UnwindSafe for Owners
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