Struct dsnp_graph_sdk_ffi::GraphError
source · pub struct GraphError { /* private fields */ }
Implementations§
source§impl GraphError
impl GraphError
pub fn from_error(error: DsnpGraphError) -> *mut Self
pub fn error_code(&self) -> i32
pub fn error_message(&self) -> String
Auto Trait Implementations§
impl !RefUnwindSafe for GraphError
impl !Send for GraphError
impl !Sync for GraphError
impl Unpin for GraphError
impl !UnwindSafe for GraphError
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