pub struct ReputationTransferResult {
pub ratings: Vec<Event>,
}Fields§
§ratings: Vec<Event>Auto Trait Implementations§
impl Freeze for ReputationTransferResult
impl RefUnwindSafe for ReputationTransferResult
impl Send for ReputationTransferResult
impl Sync for ReputationTransferResult
impl Unpin for ReputationTransferResult
impl UnsafeUnpin for ReputationTransferResult
impl UnwindSafe for ReputationTransferResult
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