pub struct PatchedCableTerminationRequest {
pub cable: Option<i32>,
pub cable_end: Option<CableEnd>,
pub termination_type: Option<String>,
pub termination_id: Option<i64>,
}Expand description
PatchedCableTerminationRequest : Adds support for custom fields and tags.
Fields§
§cable: Option<i32>§cable_end: Option<CableEnd>A- A *B- B
termination_type: Option<String>§termination_id: Option<i64>Implementations§
Source§impl PatchedCableTerminationRequest
impl PatchedCableTerminationRequest
Sourcepub fn new() -> PatchedCableTerminationRequest
pub fn new() -> PatchedCableTerminationRequest
Adds support for custom fields and tags.
Trait Implementations§
Source§impl Clone for PatchedCableTerminationRequest
impl Clone for PatchedCableTerminationRequest
Source§fn clone(&self) -> PatchedCableTerminationRequest
fn clone(&self) -> PatchedCableTerminationRequest
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 Default for PatchedCableTerminationRequest
impl Default for PatchedCableTerminationRequest
Source§fn default() -> PatchedCableTerminationRequest
fn default() -> PatchedCableTerminationRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PatchedCableTerminationRequest
impl<'de> Deserialize<'de> for PatchedCableTerminationRequest
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 PatchedCableTerminationRequest
impl PartialEq for PatchedCableTerminationRequest
Source§fn eq(&self, other: &PatchedCableTerminationRequest) -> bool
fn eq(&self, other: &PatchedCableTerminationRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PatchedCableTerminationRequest
Auto Trait Implementations§
impl Freeze for PatchedCableTerminationRequest
impl RefUnwindSafe for PatchedCableTerminationRequest
impl Send for PatchedCableTerminationRequest
impl Sync for PatchedCableTerminationRequest
impl Unpin for PatchedCableTerminationRequest
impl UnwindSafe for PatchedCableTerminationRequest
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