pub struct BeaconDetail {
pub name: String,
pub slug: String,
pub extra: Value,
}Fields§
§name: String§slug: String§extra: ValueTrait Implementations§
Source§impl Debug for BeaconDetail
impl Debug for BeaconDetail
Source§impl<'de> Deserialize<'de> for BeaconDetail
impl<'de> Deserialize<'de> for BeaconDetail
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
Auto Trait Implementations§
impl Freeze for BeaconDetail
impl RefUnwindSafe for BeaconDetail
impl Send for BeaconDetail
impl Sync for BeaconDetail
impl Unpin for BeaconDetail
impl UnsafeUnpin for BeaconDetail
impl UnwindSafe for BeaconDetail
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