pub struct TrustedTimeSource {
pub fabric_index: Option<u8>,
pub node_id: Option<u64>,
pub endpoint: Option<u16>,
}Fields§
§fabric_index: Option<u8>§node_id: Option<u64>§endpoint: Option<u16>Trait Implementations§
Source§impl Debug for TrustedTimeSource
impl Debug for TrustedTimeSource
Auto Trait Implementations§
impl Freeze for TrustedTimeSource
impl RefUnwindSafe for TrustedTimeSource
impl Send for TrustedTimeSource
impl Sync for TrustedTimeSource
impl Unpin for TrustedTimeSource
impl UnwindSafe for TrustedTimeSource
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