pub struct NetworkConnectionUserPreferences {
pub service_id: String,
pub user_options: Option<PropertyList>,
}Fields§
§service_id: String§user_options: Option<PropertyList>Trait Implementations§
Source§impl Clone for NetworkConnectionUserPreferences
impl Clone for NetworkConnectionUserPreferences
Source§fn clone(&self) -> NetworkConnectionUserPreferences
fn clone(&self) -> NetworkConnectionUserPreferences
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 moreAuto Trait Implementations§
impl Freeze for NetworkConnectionUserPreferences
impl RefUnwindSafe for NetworkConnectionUserPreferences
impl !Send for NetworkConnectionUserPreferences
impl !Sync for NetworkConnectionUserPreferences
impl Unpin for NetworkConnectionUserPreferences
impl UnsafeUnpin for NetworkConnectionUserPreferences
impl UnwindSafe for NetworkConnectionUserPreferences
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