pub struct SourceEndpoint {
pub entity_id: Option<Box<TypesPolicyRulesCondition>>,
pub group_membership: Option<Box<TypesPolicyRulesCondition>>,
}Fields§
§entity_id: Option<Box<TypesPolicyRulesCondition>>§group_membership: Option<Box<TypesPolicyRulesCondition>>Implementations§
Source§impl SourceEndpoint
impl SourceEndpoint
pub fn new() -> SourceEndpoint
Trait Implementations§
Source§impl Clone for SourceEndpoint
impl Clone for SourceEndpoint
Source§fn clone(&self) -> SourceEndpoint
fn clone(&self) -> SourceEndpoint
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 SourceEndpoint
impl Debug for SourceEndpoint
Source§impl Default for SourceEndpoint
impl Default for SourceEndpoint
Source§fn default() -> SourceEndpoint
fn default() -> SourceEndpoint
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SourceEndpoint
impl<'de> Deserialize<'de> for SourceEndpoint
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 SourceEndpoint
impl PartialEq for SourceEndpoint
Source§impl Serialize for SourceEndpoint
impl Serialize for SourceEndpoint
impl StructuralPartialEq for SourceEndpoint
Auto Trait Implementations§
impl Freeze for SourceEndpoint
impl RefUnwindSafe for SourceEndpoint
impl Send for SourceEndpoint
impl Sync for SourceEndpoint
impl Unpin for SourceEndpoint
impl UnwindSafe for SourceEndpoint
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