pub struct FactorizeReply {
pub factorizations: Vec<Factorization>,
}Fields§
§factorizations: Vec<Factorization>Trait Implementations§
Source§impl Clone for FactorizeReply
impl Clone for FactorizeReply
Source§fn clone(&self) -> FactorizeReply
fn clone(&self) -> FactorizeReply
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FactorizeReply
impl Debug for FactorizeReply
Source§impl Display for FactorizeReply
impl Display for FactorizeReply
Source§impl Serialize for FactorizeReply
impl Serialize for FactorizeReply
Auto Trait Implementations§
impl Freeze for FactorizeReply
impl RefUnwindSafe for FactorizeReply
impl !Send for FactorizeReply
impl !Sync for FactorizeReply
impl Unpin for FactorizeReply
impl UnsafeUnpin for FactorizeReply
impl UnwindSafe for FactorizeReply
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