pub struct AgsSchema { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgsSchema
impl RefUnwindSafe for AgsSchema
impl Send for AgsSchema
impl Sync for AgsSchema
impl Unpin for AgsSchema
impl UnsafeUnpin for AgsSchema
impl UnwindSafe for AgsSchema
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