pub struct PluginConfigObjectPropertyBuilder { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for PluginConfigObjectPropertyBuilder
impl Clone for PluginConfigObjectPropertyBuilder
Source§fn clone(&self) -> PluginConfigObjectPropertyBuilder
fn clone(&self) -> PluginConfigObjectPropertyBuilder
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 From<PluginConfigObjectPropertyBuilder> for PluginConfigObjectProperty
impl From<PluginConfigObjectPropertyBuilder> for PluginConfigObjectProperty
Source§fn from(value: PluginConfigObjectPropertyBuilder) -> Self
fn from(value: PluginConfigObjectPropertyBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PluginConfigObjectPropertyBuilder
impl RefUnwindSafe for PluginConfigObjectPropertyBuilder
impl Send for PluginConfigObjectPropertyBuilder
impl Sync for PluginConfigObjectPropertyBuilder
impl Unpin for PluginConfigObjectPropertyBuilder
impl UnsafeUnpin for PluginConfigObjectPropertyBuilder
impl UnwindSafe for PluginConfigObjectPropertyBuilder
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