pub struct UpYunConfig {
pub operator: Option<String>,
pub password: Option<String>,
}Fields§
§operator: Option<String>§password: Option<String>Trait Implementations§
Source§impl Clone for UpYunConfig
impl Clone for UpYunConfig
Source§fn clone(&self) -> UpYunConfig
fn clone(&self) -> UpYunConfig
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 UpYunConfig
impl Debug for UpYunConfig
Source§impl Default for UpYunConfig
impl Default for UpYunConfig
Source§fn default() -> UpYunConfig
fn default() -> UpYunConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpYunConfig
impl RefUnwindSafe for UpYunConfig
impl Send for UpYunConfig
impl Sync for UpYunConfig
impl Unpin for UpYunConfig
impl UnsafeUnpin for UpYunConfig
impl UnwindSafe for UpYunConfig
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