Struct dsnp_graph_sdk_ffi::DeletePage
source · #[repr(C)]pub struct DeletePage {
pub owner_dsnp_user_id: DsnpUserId,
pub schema_id: SchemaId,
pub page_id: PageId,
pub prev_hash: PageHash,
}
Expand description
dsnp_graph_core::dsnp::api_types::Update::DeletePage
type
Fields§
§owner_dsnp_user_id: DsnpUserId
owner of the social graph
schema_id: SchemaId
Schema id of removed data
page_id: PageId
page id associated with changed page
prev_hash: PageHash
previous hash value is used to avoid updating a stale state
Auto Trait Implementations§
impl RefUnwindSafe for DeletePage
impl Send for DeletePage
impl Sync for DeletePage
impl Unpin for DeletePage
impl UnwindSafe for DeletePage
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