pub struct ReceiveMigrationData {
pub receiver_url: String,
}Fields§
§receiver_url: StringImplementations§
Source§impl ReceiveMigrationData
impl ReceiveMigrationData
pub fn new(receiver_url: String) -> ReceiveMigrationData
Trait Implementations§
Source§impl Clone for ReceiveMigrationData
impl Clone for ReceiveMigrationData
Source§fn clone(&self) -> ReceiveMigrationData
fn clone(&self) -> ReceiveMigrationData
Returns a duplicate of the value. Read more
1.0.0 · 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 ReceiveMigrationData
impl Debug for ReceiveMigrationData
Source§impl Default for ReceiveMigrationData
impl Default for ReceiveMigrationData
Source§fn default() -> ReceiveMigrationData
fn default() -> ReceiveMigrationData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ReceiveMigrationData
impl<'de> Deserialize<'de> for ReceiveMigrationData
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 ReceiveMigrationData
impl PartialEq for ReceiveMigrationData
Source§impl Serialize for ReceiveMigrationData
impl Serialize for ReceiveMigrationData
impl StructuralPartialEq for ReceiveMigrationData
Auto Trait Implementations§
impl Freeze for ReceiveMigrationData
impl RefUnwindSafe for ReceiveMigrationData
impl Send for ReceiveMigrationData
impl Sync for ReceiveMigrationData
impl Unpin for ReceiveMigrationData
impl UnwindSafe for ReceiveMigrationData
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