pub struct SynapseLinkWorkspace {
pub proxy_resource: ProxyResource,
pub properties: Option<SynapseLinkWorkspaceProperties>,
}Expand description
Synapse link workspace resource
Fields§
§proxy_resource: ProxyResource§properties: Option<SynapseLinkWorkspaceProperties>Properties of a Synapse link workspaces
Implementations§
Trait Implementations§
Source§impl Clone for SynapseLinkWorkspace
impl Clone for SynapseLinkWorkspace
Source§fn clone(&self) -> SynapseLinkWorkspace
fn clone(&self) -> SynapseLinkWorkspace
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 SynapseLinkWorkspace
impl Debug for SynapseLinkWorkspace
Source§impl Default for SynapseLinkWorkspace
impl Default for SynapseLinkWorkspace
Source§fn default() -> SynapseLinkWorkspace
fn default() -> SynapseLinkWorkspace
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SynapseLinkWorkspace
impl<'de> Deserialize<'de> for SynapseLinkWorkspace
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 SynapseLinkWorkspace
impl PartialEq for SynapseLinkWorkspace
Source§impl Serialize for SynapseLinkWorkspace
impl Serialize for SynapseLinkWorkspace
impl StructuralPartialEq for SynapseLinkWorkspace
Auto Trait Implementations§
impl Freeze for SynapseLinkWorkspace
impl RefUnwindSafe for SynapseLinkWorkspace
impl Send for SynapseLinkWorkspace
impl Sync for SynapseLinkWorkspace
impl Unpin for SynapseLinkWorkspace
impl UnwindSafe for SynapseLinkWorkspace
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