Enum dharitri_wasm::api::Sign
source · pub enum Sign {
Minus,
NoSign,
Plus,
}
Expand description
Only used for sending sign information from the API.
Variants§
Auto Trait Implementations§
impl CodecFromSelf for Sign
impl RefUnwindSafe for Sign
impl Send for Sign
impl Sync for Sign
impl Unpin for Sign
impl UnwindSafe for Sign
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