pub struct HubSection {
pub id: Option<String>,
}Fields§
§id: Option<String>Trait Implementations§
Source§impl Debug for HubSection
impl Debug for HubSection
Source§impl Default for HubSection
impl Default for HubSection
Source§fn default() -> HubSection
fn default() -> HubSection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HubSection
impl<'de> Deserialize<'de> for HubSection
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 HubSection
impl RefUnwindSafe for HubSection
impl Send for HubSection
impl Sync for HubSection
impl Unpin for HubSection
impl UnsafeUnpin for HubSection
impl UnwindSafe for HubSection
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