pub struct CreateShieldInformationBarrierSegmentRestrictionRequest {
pub type: ShieldInformationBarrierSegmentRestrictionType,
pub shield_information_barrier: Option<ShieldInformationBarrierBase>,
pub shield_information_barrier_segment: ShieldInformationBarrierSegmentMemberShieldInformationBarrierSegment,
pub restricted_segment: ShieldInformationBarrierSegmentMemberShieldInformationBarrierSegment,
}Fields§
§type: ShieldInformationBarrierSegmentRestrictionType§shield_information_barrier: Option<ShieldInformationBarrierBase>§shield_information_barrier_segment: ShieldInformationBarrierSegmentMemberShieldInformationBarrierSegment§restricted_segment: ShieldInformationBarrierSegmentMemberShieldInformationBarrierSegmentTrait Implementations§
Source§impl Clone for CreateShieldInformationBarrierSegmentRestrictionRequest
impl Clone for CreateShieldInformationBarrierSegmentRestrictionRequest
Source§fn clone(&self) -> CreateShieldInformationBarrierSegmentRestrictionRequest
fn clone(&self) -> CreateShieldInformationBarrierSegmentRestrictionRequest
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 Default for CreateShieldInformationBarrierSegmentRestrictionRequest
impl Default for CreateShieldInformationBarrierSegmentRestrictionRequest
Source§fn default() -> CreateShieldInformationBarrierSegmentRestrictionRequest
fn default() -> CreateShieldInformationBarrierSegmentRestrictionRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateShieldInformationBarrierSegmentRestrictionRequest
impl<'de> Deserialize<'de> for CreateShieldInformationBarrierSegmentRestrictionRequest
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 CreateShieldInformationBarrierSegmentRestrictionRequest
Auto Trait Implementations§
impl Freeze for CreateShieldInformationBarrierSegmentRestrictionRequest
impl RefUnwindSafe for CreateShieldInformationBarrierSegmentRestrictionRequest
impl Send for CreateShieldInformationBarrierSegmentRestrictionRequest
impl Sync for CreateShieldInformationBarrierSegmentRestrictionRequest
impl Unpin for CreateShieldInformationBarrierSegmentRestrictionRequest
impl UnsafeUnpin for CreateShieldInformationBarrierSegmentRestrictionRequest
impl UnwindSafe for CreateShieldInformationBarrierSegmentRestrictionRequest
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