pub struct NnrpSchedulingUpdate {
pub message_type: MessageType,
pub metadata: SchedulingMetadata,
}Fields§
§message_type: MessageType§metadata: SchedulingMetadataTrait Implementations§
Source§impl Clone for NnrpSchedulingUpdate
impl Clone for NnrpSchedulingUpdate
Source§fn clone(&self) -> NnrpSchedulingUpdate
fn clone(&self) -> NnrpSchedulingUpdate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NnrpSchedulingUpdate
Source§impl Debug for NnrpSchedulingUpdate
impl Debug for NnrpSchedulingUpdate
impl Eq for NnrpSchedulingUpdate
Source§impl PartialEq for NnrpSchedulingUpdate
impl PartialEq for NnrpSchedulingUpdate
impl StructuralPartialEq for NnrpSchedulingUpdate
Auto Trait Implementations§
impl Freeze for NnrpSchedulingUpdate
impl RefUnwindSafe for NnrpSchedulingUpdate
impl Send for NnrpSchedulingUpdate
impl Sync for NnrpSchedulingUpdate
impl Unpin for NnrpSchedulingUpdate
impl UnsafeUnpin for NnrpSchedulingUpdate
impl UnwindSafe for NnrpSchedulingUpdate
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