Struct torn_api::faction::MemberOwned
source · pub struct MemberOwned {
pub name: <&'static str as IntoOwned>::Owned,
pub level: i16,
pub days_in_faction: i16,
pub position: <&'static str as IntoOwned>::Owned,
pub status: <Status<'static> as IntoOwned>::Owned,
pub last_action: LastAction,
}Fields§
§name: <&'static str as IntoOwned>::Owned§level: i16§days_in_faction: i16§position: <&'static str as IntoOwned>::Owned§status: <Status<'static> as IntoOwned>::Owned§last_action: LastActionTrait Implementations§
source§impl Clone for MemberOwned
impl Clone for MemberOwned
source§fn clone(&self) -> MemberOwned
fn clone(&self) -> MemberOwned
Returns a copy of the value. Read more
1.0.0 · 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 MemberOwned
impl RefUnwindSafe for MemberOwned
impl Send for MemberOwned
impl Sync for MemberOwned
impl Unpin for MemberOwned
impl UnwindSafe for MemberOwned
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