pub struct OwnershipType;Expand description
OwnershipType (517).
Implementations§
Source§impl OwnershipType
impl OwnershipType
pub const JOINT_TRUSTEES: char = '2'
pub const JOINT_INVESTORS: char = 'J'
pub const TENANTS_IN_COMMON: char = 'T'
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OwnershipType
impl RefUnwindSafe for OwnershipType
impl Send for OwnershipType
impl Sync for OwnershipType
impl Unpin for OwnershipType
impl UnsafeUnpin for OwnershipType
impl UnwindSafe for OwnershipType
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