pub struct MutexGroupAssignment {
pub group: String,
pub claimant: u64,
pub claim_time: Time,
}Fields§
§group: String§claimant: u64§claim_time: TimeTrait Implementations§
Source§impl Clone for MutexGroupAssignment
impl Clone for MutexGroupAssignment
Source§fn clone(&self) -> MutexGroupAssignment
fn clone(&self) -> MutexGroupAssignment
Returns a duplicate 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 moreSource§impl Debug for MutexGroupAssignment
impl Debug for MutexGroupAssignment
Source§impl Default for MutexGroupAssignment
impl Default for MutexGroupAssignment
Source§impl<'de> Deserialize<'de> for MutexGroupAssignment
impl<'de> Deserialize<'de> for MutexGroupAssignment
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for MutexGroupAssignment
impl PartialEq for MutexGroupAssignment
Source§impl Serialize for MutexGroupAssignment
impl Serialize for MutexGroupAssignment
impl Message for MutexGroupAssignment
impl StructuralPartialEq for MutexGroupAssignment
Auto Trait Implementations§
impl Freeze for MutexGroupAssignment
impl RefUnwindSafe for MutexGroupAssignment
impl Send for MutexGroupAssignment
impl Sync for MutexGroupAssignment
impl Unpin for MutexGroupAssignment
impl UnwindSafe for MutexGroupAssignment
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