pub struct DirectorBackendAllOf {
pub backend_name: Option<String>,
pub director: Option<String>,
}
Fields§
§backend_name: Option<String>
The name of the backend.
director: Option<String>
Name for the Director.
Implementations§
Source§impl DirectorBackendAllOf
impl DirectorBackendAllOf
pub fn new() -> DirectorBackendAllOf
Trait Implementations§
Source§impl Clone for DirectorBackendAllOf
impl Clone for DirectorBackendAllOf
Source§fn clone(&self) -> DirectorBackendAllOf
fn clone(&self) -> DirectorBackendAllOf
Returns a duplicate of the value. Read more
1.0.0 · 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 DirectorBackendAllOf
impl Debug for DirectorBackendAllOf
Source§impl Default for DirectorBackendAllOf
impl Default for DirectorBackendAllOf
Source§fn default() -> DirectorBackendAllOf
fn default() -> DirectorBackendAllOf
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DirectorBackendAllOf
impl<'de> Deserialize<'de> for DirectorBackendAllOf
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
Source§impl PartialEq for DirectorBackendAllOf
impl PartialEq for DirectorBackendAllOf
Source§impl Serialize for DirectorBackendAllOf
impl Serialize for DirectorBackendAllOf
impl StructuralPartialEq for DirectorBackendAllOf
Auto Trait Implementations§
impl Freeze for DirectorBackendAllOf
impl RefUnwindSafe for DirectorBackendAllOf
impl Send for DirectorBackendAllOf
impl Sync for DirectorBackendAllOf
impl Unpin for DirectorBackendAllOf
impl UnwindSafe for DirectorBackendAllOf
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