pub struct LandscapeOperationContract {
pub function: LandscapeFunction,
}Expand description
Landscape metadata attached to one surface operation.
Fields§
§function: LandscapeFunctionImplementations§
Source§impl LandscapeOperationContract
impl LandscapeOperationContract
pub fn new(function: LandscapeFunction) -> Self
Trait Implementations§
Source§impl Clone for LandscapeOperationContract
impl Clone for LandscapeOperationContract
Source§fn clone(&self) -> LandscapeOperationContract
fn clone(&self) -> LandscapeOperationContract
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 Debug for LandscapeOperationContract
impl Debug for LandscapeOperationContract
Source§impl<'de> Deserialize<'de> for LandscapeOperationContract
impl<'de> Deserialize<'de> for LandscapeOperationContract
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 Eq for LandscapeOperationContract
Source§impl PartialEq for LandscapeOperationContract
impl PartialEq for LandscapeOperationContract
Source§fn eq(&self, other: &LandscapeOperationContract) -> bool
fn eq(&self, other: &LandscapeOperationContract) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LandscapeOperationContract
Auto Trait Implementations§
impl Freeze for LandscapeOperationContract
impl RefUnwindSafe for LandscapeOperationContract
impl Send for LandscapeOperationContract
impl Sync for LandscapeOperationContract
impl Unpin for LandscapeOperationContract
impl UnsafeUnpin for LandscapeOperationContract
impl UnwindSafe for LandscapeOperationContract
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