pub struct OnePasswordMigration {
pub general: Option<Box<MigrationGeneral>>,
pub payload: Option<Box<OnePasswordPayload>>,
}Fields§
§general: Option<Box<MigrationGeneral>>§payload: Option<Box<OnePasswordPayload>>Implementations§
Source§impl OnePasswordMigration
impl OnePasswordMigration
pub fn new() -> OnePasswordMigration
Trait Implementations§
Source§impl Clone for OnePasswordMigration
impl Clone for OnePasswordMigration
Source§fn clone(&self) -> OnePasswordMigration
fn clone(&self) -> OnePasswordMigration
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 OnePasswordMigration
impl Debug for OnePasswordMigration
Source§impl Default for OnePasswordMigration
impl Default for OnePasswordMigration
Source§fn default() -> OnePasswordMigration
fn default() -> OnePasswordMigration
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OnePasswordMigration
impl<'de> Deserialize<'de> for OnePasswordMigration
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 OnePasswordMigration
impl PartialEq for OnePasswordMigration
Source§fn eq(&self, other: &OnePasswordMigration) -> bool
fn eq(&self, other: &OnePasswordMigration) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for OnePasswordMigration
impl Serialize for OnePasswordMigration
impl StructuralPartialEq for OnePasswordMigration
Auto Trait Implementations§
impl Freeze for OnePasswordMigration
impl RefUnwindSafe for OnePasswordMigration
impl Send for OnePasswordMigration
impl Sync for OnePasswordMigration
impl Unpin for OnePasswordMigration
impl UnsafeUnpin for OnePasswordMigration
impl UnwindSafe for OnePasswordMigration
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