pub enum StringActorResponse {
Ok(String),
Err(ErrorInfo),
}Variants§
Trait Implementations§
source§impl CandidType for StringActorResponse
impl CandidType for StringActorResponse
Auto Trait Implementations§
impl Freeze for StringActorResponse
impl RefUnwindSafe for StringActorResponse
impl Send for StringActorResponse
impl Sync for StringActorResponse
impl Unpin for StringActorResponse
impl UnwindSafe for StringActorResponse
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