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