pub struct VPreferences(pub CtVPreferences);Tuple Fields§
§0: CtVPreferencesImplementations§
Source§impl VPreferences
impl VPreferences
pub fn from_reader<R: BufRead>(reader: R) -> Result<Self, SdkError>
Trait Implementations§
Source§impl Clone for VPreferences
impl Clone for VPreferences
Source§fn clone(&self) -> VPreferences
fn clone(&self) -> VPreferences
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 VPreferences
impl Debug for VPreferences
Source§impl Default for VPreferences
impl Default for VPreferences
Source§fn default() -> VPreferences
fn default() -> VPreferences
Returns the “default value” for a type. Read more
Source§impl Deref for VPreferences
impl Deref for VPreferences
Source§impl DerefMut for VPreferences
impl DerefMut for VPreferences
Source§impl Display for VPreferences
impl Display for VPreferences
Source§impl From<CtVPreferences> for VPreferences
impl From<CtVPreferences> for VPreferences
Source§fn from(value: CtVPreferences) -> Self
fn from(value: CtVPreferences) -> Self
Converts to this type from the input type.
Source§impl From<VPreferences> for CtVPreferences
impl From<VPreferences> for CtVPreferences
Source§fn from(value: VPreferences) -> Self
fn from(value: VPreferences) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for VPreferences
impl RefUnwindSafe for VPreferences
impl Send for VPreferences
impl Sync for VPreferences
impl Unpin for VPreferences
impl UnsafeUnpin for VPreferences
impl UnwindSafe for VPreferences
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