Struct ofx::VersionLabel
source · pub struct VersionLabel;Trait Implementations
sourceimpl Get for VersionLabel
impl Get for VersionLabel
type ReturnType = String
Auto Trait Implementations
impl RefUnwindSafe for VersionLabel
impl Send for VersionLabel
impl Sync for VersionLabel
impl Unpin for VersionLabel
impl UnwindSafe for VersionLabel
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more