pub struct WStringList { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl From<&IFabricStringListResult> for WStringList
impl From<&IFabricStringListResult> for WStringList
Source§fn from(value: &IFabricStringListResult) -> Self
fn from(value: &IFabricStringListResult) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for WStringList
impl RefUnwindSafe for WStringList
impl Send for WStringList
impl Sync for WStringList
impl Unpin for WStringList
impl UnwindSafe for WStringList
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