pub struct AlterableConfigV1 {
pub name: String,
pub value: Option<String>,
}Fields§
§name: String§value: Option<String>Trait Implementations§
Source§impl Clone for AlterableConfigV1
impl Clone for AlterableConfigV1
Source§fn clone(&self) -> AlterableConfigV1
fn clone(&self) -> AlterableConfigV1
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 AlterableConfigV1
impl Debug for AlterableConfigV1
impl Eq for AlterableConfigV1
Source§impl PartialEq for AlterableConfigV1
impl PartialEq for AlterableConfigV1
impl StructuralPartialEq for AlterableConfigV1
Auto Trait Implementations§
impl Freeze for AlterableConfigV1
impl RefUnwindSafe for AlterableConfigV1
impl Send for AlterableConfigV1
impl Sync for AlterableConfigV1
impl Unpin for AlterableConfigV1
impl UnsafeUnpin for AlterableConfigV1
impl UnwindSafe for AlterableConfigV1
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