pub struct SchemaFloor {
pub required_schema_version: Option<i32>,
pub latest_schema_version: Option<i32>,
}Fields§
§required_schema_version: Option<i32>§latest_schema_version: Option<i32>Trait Implementations§
Source§impl Clone for SchemaFloor
impl Clone for SchemaFloor
Source§fn clone(&self) -> SchemaFloor
fn clone(&self) -> SchemaFloor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SchemaFloor
impl Debug for SchemaFloor
Source§impl Default for SchemaFloor
impl Default for SchemaFloor
Source§fn default() -> SchemaFloor
fn default() -> SchemaFloor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SchemaFloor
impl RefUnwindSafe for SchemaFloor
impl Send for SchemaFloor
impl Sync for SchemaFloor
impl Unpin for SchemaFloor
impl UnsafeUnpin for SchemaFloor
impl UnwindSafe for SchemaFloor
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