pub struct UniqueSchema {
pub bucket: String,
}Fields§
§bucket: StringImplementations§
Trait Implementations§
Source§impl Default for UniqueSchema
impl Default for UniqueSchema
Auto Trait Implementations§
impl Freeze for UniqueSchema
impl RefUnwindSafe for UniqueSchema
impl Send for UniqueSchema
impl Sync for UniqueSchema
impl Unpin for UniqueSchema
impl UnsafeUnpin for UniqueSchema
impl UnwindSafe for UniqueSchema
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