pub struct GraphMessage;Expand description
Graph 消息常量
Implementations§
Auto Trait Implementations§
impl Freeze for GraphMessage
impl RefUnwindSafe for GraphMessage
impl Send for GraphMessage
impl Sync for GraphMessage
impl Unpin for GraphMessage
impl UnsafeUnpin for GraphMessage
impl UnwindSafe for GraphMessage
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