pub struct SftpLocation {
pub dataset_location: DatasetLocation,
}Expand description
The location of SFTP dataset.
Fields§
§dataset_location: DatasetLocationImplementations§
Source§impl SftpLocation
impl SftpLocation
pub fn new(dataset_location: DatasetLocation) -> Self
Trait Implementations§
Source§impl Clone for SftpLocation
impl Clone for SftpLocation
Source§fn clone(&self) -> SftpLocation
fn clone(&self) -> SftpLocation
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 SftpLocation
impl Debug for SftpLocation
Source§impl<'de> Deserialize<'de> for SftpLocation
impl<'de> Deserialize<'de> for SftpLocation
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 SftpLocation
impl PartialEq for SftpLocation
Source§impl Serialize for SftpLocation
impl Serialize for SftpLocation
impl StructuralPartialEq for SftpLocation
Auto Trait Implementations§
impl Freeze for SftpLocation
impl RefUnwindSafe for SftpLocation
impl Send for SftpLocation
impl Sync for SftpLocation
impl Unpin for SftpLocation
impl UnwindSafe for SftpLocation
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