pub struct ExtTorGroups {
pub ring: String,
pub module_m: String,
pub module_n: String,
}Expand description
Ext and Tor groups.
Fields§
§ring: String§module_m: String§module_n: StringImplementations§
Source§impl ExtTorGroups
impl ExtTorGroups
pub fn new(ring: &str, m: &str, n: &str) -> Self
pub fn ext_description(&self) -> String
pub fn tor_description(&self) -> String
pub fn short_exact_sequence_long_ext(&self) -> String
Trait Implementations§
Source§impl Clone for ExtTorGroups
impl Clone for ExtTorGroups
Source§fn clone(&self) -> ExtTorGroups
fn clone(&self) -> ExtTorGroups
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 ExtTorGroups
impl RefUnwindSafe for ExtTorGroups
impl Send for ExtTorGroups
impl Sync for ExtTorGroups
impl Unpin for ExtTorGroups
impl UnsafeUnpin for ExtTorGroups
impl UnwindSafe for ExtTorGroups
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