pub struct Interfaceendpoint {
pub name: String,
pub type: Value,
pub path: String,
pub method: Option<String>,
pub description: Option<String>,
pub authentication: Option<Value>,
}Fields§
§name: String§type: Value§path: String§method: Option<String>§description: Option<String>§authentication: Option<Value>Trait Implementations§
Source§impl Clone for Interfaceendpoint
impl Clone for Interfaceendpoint
Source§fn clone(&self) -> Interfaceendpoint
fn clone(&self) -> Interfaceendpoint
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 Interfaceendpoint
impl Debug for Interfaceendpoint
Source§impl<'de> Deserialize<'de> for Interfaceendpoint
impl<'de> Deserialize<'de> for Interfaceendpoint
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
Auto Trait Implementations§
impl Freeze for Interfaceendpoint
impl RefUnwindSafe for Interfaceendpoint
impl Send for Interfaceendpoint
impl Sync for Interfaceendpoint
impl Unpin for Interfaceendpoint
impl UnwindSafe for Interfaceendpoint
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