pub struct Telemetry {
pub password: Option<Vec<u8>>,
}
Fields§
§password: Option<Vec<u8>>
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Telemetry
impl<'de> Deserialize<'de> for Telemetry
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 Ord for Telemetry
impl Ord for Telemetry
Source§impl PartialOrd for Telemetry
impl PartialOrd for Telemetry
impl Eq for Telemetry
impl StructuralPartialEq for Telemetry
Auto Trait Implementations§
impl Freeze for Telemetry
impl RefUnwindSafe for Telemetry
impl Send for Telemetry
impl Sync for Telemetry
impl Unpin for Telemetry
impl UnwindSafe for Telemetry
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