pub struct EntriesContent {
pub url_template: Option<String>,
}Fields§
§url_template: Option<String>Trait Implementations§
Source§impl Clone for EntriesContent
impl Clone for EntriesContent
Source§fn clone(&self) -> EntriesContent
fn clone(&self) -> EntriesContent
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 EntriesContent
impl Debug for EntriesContent
Source§impl Default for EntriesContent
impl Default for EntriesContent
Source§fn default() -> EntriesContent
fn default() -> EntriesContent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EntriesContent
impl<'de> Deserialize<'de> for EntriesContent
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 EntriesContent
impl PartialEq for EntriesContent
Source§impl Serialize for EntriesContent
impl Serialize for EntriesContent
impl StructuralPartialEq for EntriesContent
Auto Trait Implementations§
impl Freeze for EntriesContent
impl RefUnwindSafe for EntriesContent
impl Send for EntriesContent
impl Sync for EntriesContent
impl Unpin for EntriesContent
impl UnsafeUnpin for EntriesContent
impl UnwindSafe for EntriesContent
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