pub struct PostMaterialInterface {
pub title: String,
pub type_: Type,
pub url: String,
}Available on crate feature
courses only.Expand description
PostMaterialInterface from the GoHighLevel OpenAPI spec.
Fields§
§title: StringRequired by the API.
type_: TypeRequired by the API.
url: StringRequired by the API.
Trait Implementations§
Source§impl Clone for PostMaterialInterface
impl Clone for PostMaterialInterface
Source§fn clone(&self) -> PostMaterialInterface
fn clone(&self) -> PostMaterialInterface
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 PostMaterialInterface
impl Debug for PostMaterialInterface
Source§impl Default for PostMaterialInterface
impl Default for PostMaterialInterface
Source§fn default() -> PostMaterialInterface
fn default() -> PostMaterialInterface
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PostMaterialInterface
impl<'de> Deserialize<'de> for PostMaterialInterface
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 PostMaterialInterface
impl RefUnwindSafe for PostMaterialInterface
impl Send for PostMaterialInterface
impl Sync for PostMaterialInterface
impl Unpin for PostMaterialInterface
impl UnsafeUnpin for PostMaterialInterface
impl UnwindSafe for PostMaterialInterface
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