pub struct KnativeEventingSourceCeph {
pub enabled: bool,
}Expand description
CephSourceConfiguration specifies whether to enable the ceph source.
Fields§
§enabled: boolTrait Implementations§
Source§impl Clone for KnativeEventingSourceCeph
impl Clone for KnativeEventingSourceCeph
Source§fn clone(&self) -> KnativeEventingSourceCeph
fn clone(&self) -> KnativeEventingSourceCeph
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 KnativeEventingSourceCeph
impl Debug for KnativeEventingSourceCeph
Source§impl Default for KnativeEventingSourceCeph
impl Default for KnativeEventingSourceCeph
Source§fn default() -> KnativeEventingSourceCeph
fn default() -> KnativeEventingSourceCeph
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for KnativeEventingSourceCeph
impl<'de> Deserialize<'de> for KnativeEventingSourceCeph
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
impl StructuralPartialEq for KnativeEventingSourceCeph
Auto Trait Implementations§
impl Freeze for KnativeEventingSourceCeph
impl RefUnwindSafe for KnativeEventingSourceCeph
impl Send for KnativeEventingSourceCeph
impl Sync for KnativeEventingSourceCeph
impl Unpin for KnativeEventingSourceCeph
impl UnsafeUnpin for KnativeEventingSourceCeph
impl UnwindSafe for KnativeEventingSourceCeph
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