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