pub struct BehLayout<'a> { /* private fields */ }Implementations§
Source§impl<'a> BehLayout<'a>
impl<'a> BehLayout<'a>
pub fn new(layout: &'a BidsLayout) -> Self
pub fn get_beh_files(&self) -> Result<Vec<BidsFile>>
pub fn get_beh_files_for_subject(&self, s: &str) -> Result<Vec<BidsFile>>
pub fn get_beh_files_for_task(&self, t: &str) -> Result<Vec<BidsFile>>
pub fn get_beh_subjects(&self) -> Result<Vec<String>>
pub fn get_beh_tasks(&self) -> Result<Vec<String>>
pub fn get_events( &self, f: &BidsFile, ) -> Result<Option<Vec<HashMap<String, String>>>>
pub fn get_beh_data( &self, f: &BidsFile, ) -> Result<Option<Vec<HashMap<String, String>>>>
pub fn summary(&self) -> Result<BehSummary>
Auto Trait Implementations§
impl<'a> Freeze for BehLayout<'a>
impl<'a> !RefUnwindSafe for BehLayout<'a>
impl<'a> !Send for BehLayout<'a>
impl<'a> !Sync for BehLayout<'a>
impl<'a> Unpin for BehLayout<'a>
impl<'a> UnsafeUnpin for BehLayout<'a>
impl<'a> !UnwindSafe for BehLayout<'a>
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