pub struct CustomerNodeEndpoint {
pub address: Option<String>,
pub port: Option<i64>,
}
Expand description
The endpoint from which data should be migrated.
Fields§
§address: Option<String>
The address of the node endpoint
port: Option<i64>
The port of the node endpoint
Trait Implementations§
Source§impl Clone for CustomerNodeEndpoint
impl Clone for CustomerNodeEndpoint
Source§fn clone(&self) -> CustomerNodeEndpoint
fn clone(&self) -> CustomerNodeEndpoint
Returns a copy 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 CustomerNodeEndpoint
impl Debug for CustomerNodeEndpoint
Source§impl Default for CustomerNodeEndpoint
impl Default for CustomerNodeEndpoint
Source§fn default() -> CustomerNodeEndpoint
fn default() -> CustomerNodeEndpoint
Returns the “default value” for a type. Read more
Source§impl PartialEq for CustomerNodeEndpoint
impl PartialEq for CustomerNodeEndpoint
impl StructuralPartialEq for CustomerNodeEndpoint
Auto Trait Implementations§
impl Freeze for CustomerNodeEndpoint
impl RefUnwindSafe for CustomerNodeEndpoint
impl Send for CustomerNodeEndpoint
impl Sync for CustomerNodeEndpoint
impl Unpin for CustomerNodeEndpoint
impl UnwindSafe for CustomerNodeEndpoint
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