Struct general_sam::sam::GeneralSAMNode
source · pub struct GeneralSAMNode<T: Ord + Clone> { /* private fields */ }Implementations§
source§impl<T: Ord + Clone> GeneralSAMNode<T>
impl<T: Ord + Clone> GeneralSAMNode<T>
pub fn is_accepting(&self) -> bool
pub fn max_suffix_len(&self) -> usize
pub fn get_suffix_parent_id(&self) -> GeneralSAMNodeID
pub fn get_trans(&self) -> &BTreeMap<T, GeneralSAMNodeID>
Trait Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for GeneralSAMNode<T>where T: RefUnwindSafe,
impl<T> Send for GeneralSAMNode<T>where T: Send,
impl<T> Sync for GeneralSAMNode<T>where T: Sync,
impl<T> Unpin for GeneralSAMNode<T>
impl<T> UnwindSafe for GeneralSAMNode<T>where T: RefUnwindSafe,
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