pub struct Guards {
pub present: Vec<String>,
pub nonnull: Vec<String>,
}Fields§
§present: Vec<String>§nonnull: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Guards
impl RefUnwindSafe for Guards
impl Send for Guards
impl Sync for Guards
impl Unpin for Guards
impl UnsafeUnpin for Guards
impl UnwindSafe for Guards
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