pub struct Localization {
pub ring: String,
pub multiplicative_set: String,
pub localized_ring: String,
}Expand description
Localization of a ring.
Fields§
§ring: String§multiplicative_set: String§localized_ring: StringImplementations§
Trait Implementations§
Source§impl Clone for Localization
impl Clone for Localization
Source§fn clone(&self) -> Localization
fn clone(&self) -> Localization
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 moreAuto Trait Implementations§
impl Freeze for Localization
impl RefUnwindSafe for Localization
impl Send for Localization
impl Sync for Localization
impl Unpin for Localization
impl UnsafeUnpin for Localization
impl UnwindSafe for Localization
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