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