pub struct AssignOutcome {
pub server: StoredServer,
pub requested_shape: Shape,
pub reported_shape: Option<Shape>,
pub shape_mismatch: bool,
}Fields§
§server: StoredServer§requested_shape: Shape§reported_shape: Option<Shape>§shape_mismatch: boolAuto Trait Implementations§
impl Freeze for AssignOutcome
impl RefUnwindSafe for AssignOutcome
impl Send for AssignOutcome
impl Sync for AssignOutcome
impl Unpin for AssignOutcome
impl UnsafeUnpin for AssignOutcome
impl UnwindSafe for AssignOutcome
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