pub struct GetPublic;Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetPublic
impl RefUnwindSafe for GetPublic
impl Send for GetPublic
impl Sync for GetPublic
impl Unpin for GetPublic
impl UnsafeUnpin for GetPublic
impl UnwindSafe for GetPublic
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