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