pub struct InspectDatabasesArgs {
pub all: bool,
}Fields§
§all: boolAuto Trait Implementations§
impl Freeze for InspectDatabasesArgs
impl RefUnwindSafe for InspectDatabasesArgs
impl Send for InspectDatabasesArgs
impl Sync for InspectDatabasesArgs
impl Unpin for InspectDatabasesArgs
impl UnsafeUnpin for InspectDatabasesArgs
impl UnwindSafe for InspectDatabasesArgs
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