pub struct ProjectBlock {
pub config: String,
pub enabled: bool,
}Fields§
§config: String§enabled: boolTrait Implementations§
Source§impl Clone for ProjectBlock
impl Clone for ProjectBlock
Source§fn clone(&self) -> ProjectBlock
fn clone(&self) -> ProjectBlock
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 ProjectBlock
impl Debug for ProjectBlock
Source§impl Serialize for ProjectBlock
impl Serialize for ProjectBlock
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl Freeze for ProjectBlock
impl RefUnwindSafe for ProjectBlock
impl Send for ProjectBlock
impl Sync for ProjectBlock
impl Unpin for ProjectBlock
impl UnsafeUnpin for ProjectBlock
impl UnwindSafe for ProjectBlock
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