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