pub struct BlockedPoint {
pub node: String,
pub context: String,
pub since: String,
}Fields§
§node: String§context: String§since: StringTrait Implementations§
Source§impl Clone for BlockedPoint
impl Clone for BlockedPoint
Source§fn clone(&self) -> BlockedPoint
fn clone(&self) -> BlockedPoint
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 moreSource§impl Debug for BlockedPoint
impl Debug for BlockedPoint
Source§impl<'de> Deserialize<'de> for BlockedPoint
impl<'de> Deserialize<'de> for BlockedPoint
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 BlockedPoint
impl PartialEq for BlockedPoint
Source§fn eq(&self, other: &BlockedPoint) -> bool
fn eq(&self, other: &BlockedPoint) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for BlockedPoint
impl Serialize for BlockedPoint
impl StructuralPartialEq for BlockedPoint
Auto Trait Implementations§
impl Freeze for BlockedPoint
impl RefUnwindSafe for BlockedPoint
impl Send for BlockedPoint
impl Sync for BlockedPoint
impl Unpin for BlockedPoint
impl UnsafeUnpin for BlockedPoint
impl UnwindSafe for BlockedPoint
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