pub struct EnvironmentDisplay {
pub name: String,
pub parameters: String,
pub result: String,
pub doc_string: String,
}Fields§
§name: String§parameters: String§result: String§doc_string: StringTrait Implementations§
Source§impl From<HostFunctionBinding> for EnvironmentDisplay
impl From<HostFunctionBinding> for EnvironmentDisplay
Source§fn from(value: HostFunctionBinding) -> Self
fn from(value: HostFunctionBinding) -> Self
Converts to this type from the input type.
Source§impl Ord for EnvironmentDisplay
impl Ord for EnvironmentDisplay
Source§fn cmp(&self, other: &EnvironmentDisplay) -> Ordering
fn cmp(&self, other: &EnvironmentDisplay) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for EnvironmentDisplay
impl PartialEq for EnvironmentDisplay
Source§impl PartialOrd for EnvironmentDisplay
impl PartialOrd for EnvironmentDisplay
Source§impl Tabled for EnvironmentDisplay
impl Tabled for EnvironmentDisplay
impl Eq for EnvironmentDisplay
impl StructuralPartialEq for EnvironmentDisplay
Auto Trait Implementations§
impl Freeze for EnvironmentDisplay
impl RefUnwindSafe for EnvironmentDisplay
impl Send for EnvironmentDisplay
impl Sync for EnvironmentDisplay
impl Unpin for EnvironmentDisplay
impl UnwindSafe for EnvironmentDisplay
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