pub struct CommandMigration {
pub name: String,
}Fields§
§name: StringTrait Implementations§
Source§impl Clone for CommandMigration
impl Clone for CommandMigration
Source§fn clone(&self) -> CommandMigration
fn clone(&self) -> CommandMigration
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 CommandMigration
impl Debug for CommandMigration
Source§impl<'de> Deserialize<'de> for CommandMigration
impl<'de> Deserialize<'de> for CommandMigration
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CommandMigration
impl PartialEq for CommandMigration
Source§fn eq(&self, other: &CommandMigration) -> bool
fn eq(&self, other: &CommandMigration) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CommandMigration
impl Serialize for CommandMigration
impl StructuralPartialEq for CommandMigration
Auto Trait Implementations§
impl Freeze for CommandMigration
impl RefUnwindSafe for CommandMigration
impl Send for CommandMigration
impl Sync for CommandMigration
impl Unpin for CommandMigration
impl UnsafeUnpin for CommandMigration
impl UnwindSafe for CommandMigration
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